Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / StructList<T> Class / BinarySearch Method

In This Topic
    BinarySearch Method (StructList<T>)
    In This Topic
    Searches a range of elements in the sorted StructList<T> for an element using the specified GrapeCity.Documents.Common.StructComparison`1 and returns the zero-based index of the element.
    Overload List
    OverloadDescription
    Searches a range of elements in the sorted StructList<T> for an element using the specified GrapeCity.Documents.Common.StructComparison`1 and returns the zero-based index of the element.  
    Searches a range of elements in the sorted StructList<T> for an element using the specified comparer and returns the zero-based index of the element.  
    See Also